| commit | c914e6ea5dad4dc6281b189a9b1f20bc77c223c8 | [log] [tgz] |
|---|---|---|
| author | Daniel Stenberg <daniel@haxx.se> | Wed Jan 23 22:22:12 2008 +0000 |
| committer | Daniel Stenberg <daniel@haxx.se> | Wed Jan 23 22:22:12 2008 +0000 |
| tree | bd7ffea19fa9d6cc6ac7cd3769acdbcc6428b93d | |
| parent | 79cb74f03a4fa5512812cc8c8e35d735a099b35c [diff] [blame] |
"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so did "SESS". Fixed now.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 527059e..ae8b86b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES
@@ -60,6 +60,7 @@ o curl_multi_fdset() failed to return socket while doing CONNECT over proxy o curl_multi_remove_handle() on a handle that is in used for a pipeline now break that pipeline + o CURLOPT_COOKIELIST memory leaks This release includes the following known bugs: